home *** CD-ROM | disk | FTP | other *** search
- Path: myossef.stil.scitex.com!user
- From: yossef@ird.scitex.com (Yossef Halakhmi)
- Newsgroups: comp.lang.c++
- Subject: Re: stack overflow
- Date: 9 Jan 1996 07:59:19 GMT
- Organization: Scitex Corp.
- Message-ID: <yossef-0901961001560001@myossef.stil.scitex.com>
- References: <1996Jan7.231111.111385@kuhub.cc.ukans.edu> <4cqe4n$oje@natasha.rmii.com>
- NNTP-Posting-Host: myossef.scitex.com
-
- > > I ran a program but got a "stack overflow" running time error.
- > > Could anybody give some hints?
- > > Thanks in advance.
- >
- > well, is this a program that you had made?. If it is try to make your
- > stack size larger, or cut down on things like recursive functions, or
- > passing lager data types to other functions.
-
-
-
-
-
-
- I would prefer to move some data from stack to heap instead of increasing stack.
-